Learning Xbasic - Using Xbasic with SQL Tables
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic/Learning Xbasic - Using Xbasic with SQL Tables.xml
A tutorial about learning Xbasic. Includes a number of videos and procedural guides for working with Xbasic and sql tables.
How to Export a SQL Query to Excel Using Xbasic
/documentation/pages/HowTo/Databases/Export SQL Query to Excel.xml
Excel files can be generated with data from Xbasic SQL queries in Alpha Anywhere.
Using AlphaDAO with Xbasic
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic/Using AlphaDAO with Xbasic.xml
Includes: What is AlphaDAO?, terminology, the AlphaDAO object, and creating an object,
Learning Xbasic - Classes
/documentation/pages/Guides/Xbasic/Xbasic Classes/index.xml
Learn how to create Xbasic classes in these articles that discuss everything from the basics of creating a class, inheritance, and testing classes.
Working With SQL Data Using Xbasic
/documentation/pages/Guides/Xbasic/An introduction to Xbasic/workingWIthSQLData.xml
Using ADO (ActiveX Data Objects) with Xbasic
/documentation/pages/Guides/Xbasic/Other Xbasic Topics/Using ADO ActiveX Data Objects with Xbasic.xml
Looks at connection objects, SQL commands, the recordset object, updating records, inserting records
Using the Xbasic Window
/documentation/pages/Guides/Xbasic/Xbasic in Desktop Applications/Using the Xbasic Window.xml
By default, the Xbasic window shows the Raw Xbasic code for the operation. Raw Xbasic means the code shown is the exact code for the currently defined operation. It's a direct translation of what's in your Operation Card. The Raw Xbasic view is great for seeing what's going on behind-the-scenes when you are creating an Operation, but Raw Xbasic has little meaning outside the Operation Card. That's where the Processed Xbasic view comes in. Using the radio buttons, you can switch the view between Raw Xbasic, Processed Xbasic, and Processed without Confirmation dialogs.
Developing Applications with Xbasic
/documentation/pages/Guides/Xbasic/Xbasic in Desktop Applications/Developing Applications with Xbasic.xml
An index of pages relating to developing applications in Xbasic.
Xbasic with Classes
/documentation/pages/Guides/Xbasic/Xbasic Classes/Xbasic with Classes.xml
You should find the new Xbasic classes to have most of the capabilities of classes in C#, Java, and Visual Basic .NET without being too complex to understand. In general, object-oriented programming and classes attempt to make software more robust and reusable. They do this in a number of ways.
Validating User Input with Xbasic
/documentation/pages/Guides/Mobile and Web Components/Grid/Code/Client-side Events/Validating User Input with Xbasic.xml
Frequently you will wish to force a user's input to a form field to be non-blank, within a range, or one of several values. You can achieve these effects with Field Rules, but you can also code them with Xbasic.